When screen shot is taken file is not overwritten#465
Conversation
When screen shot is taken and if the file allready exit, the file name is changed to contain -001 in the end. Example foobar.png is changed to: foobar-1.png
|
This pull request is same as #426 but all commits has been squashed to a single commit and it is has been merged with latest changes is with master. |
|
I'll look over this and test it sometime later this afternoon. |
|
@zephraph No problem, this is open source and at least I am doing this for fun. So no stress |
|
👍 It's the same for me, but I'll get to it as soon as I can. |
|
Now when 1.7.4 is out, what about this? |
|
We'll put it on the 1.8 milestone. There are some tweaks I'd like to make. |
|
And it seems to have some conflicts, I will sort those out |
Added extra check for non-existing web element.
…ors detected with rflint.
RF 2.9 deprecated creating dictionaries by using separated args. This commit aims to fix that.
|
Darn making that rebase in that way was not a good idea... Just re-writed the whole history. OK, I will sort that out, but not tonight, need some sleep that do not anymore make anymore stupid mistakes. |
|
Hmm, perhaps it's easiest to make yet another pull request... |
When screen shot is taken and if the file already exist, the file name is changed to contain -1 in
the end. Example foobar.png is changed to: foobar-1.png